Extract or replace parts of an object
# S4 method for DenseNeuroVol,numeric,missing,ANY
[(x, i, j, k, ..., drop = TRUE)# S4 method for DenseNeuroVol,integer,missing,ANY
[(x, i, j, k, ..., drop = TRUE)
# S4 method for NeuroVol,ROIVol,missing,ANY
[(x, i, j, k, ..., drop = TRUE)
# S4 method for DenseNeuroVol,ROIVol,missing,ANY
[(x, i, j, k, ..., drop = TRUE)
# S4 method for ROIVol,numeric,missing,ANY
[(x, i, j, ..., drop = TRUE)
# S4 method for ROIVol,logical,missing,ANY
[(x, i, j, k, ..., drop = TRUE)
A subset of the input object, with dimensions depending on the indexing and the `drop` parameter.
The object to extract from
Index specifying elements to extract
Second index (if applicable)
Third index for 3D objects (if applicable)
Additional arguments passed to methods
Whether to drop dimensions of length 1